Return to doc.sitecore.com

Valid for Sitecore 5.3.1
19.  Text
Prev Next

The value of "text" field is a single line of characters. It can be retrieved with the help of XslHelper class:

<xsl:value-of select="sc:fld('My Text', .)"/>

Or with Text XSL Control:

<sc:text field="My Text"/>


Prev Next